sc-network-transactions 0.27.0

Substrate transaction protocol
Documentation

Transactions handling to plug on top of the network service.

Usage:

  • Use [TransactionsHandlerPrototype::new] to create a prototype.
  • Pass the return value of [TransactionsHandlerPrototype::set_config] to the network configuration as an extra peers set.
  • Use [TransactionsHandlerPrototype::build] then [TransactionsHandler::run] to obtain a Future that processes transactions.